home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
UTILITY
/
DOSNX20B.ARJ
/
HELP.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-01-05
|
491b
|
14 lines
echo off
rem
rem To use this help feature type "help" and the name of the command
rem with which you want help. READ will search DOSNIX.DOC for the
rem command and display the documentation. You may have to change
rem the argument of READ to the full path for DOSNIX.DOC.
rem
rem eg: "read +\~%1 c:\dosnix\dosnix.doc"
rem
rem If you already have a program or batch file named HELP, you can
rem rename this file MAN.BAT or anything else.
rem
rem
read +\~%1 dosnix.doc